home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9861 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  866 b 

  1. Path: dfw.dfw.net!not-for-mail
  2. From: ftlgeuse@dfw.dfw.net (Fetelgeuse)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP ! "key in" function in C++
  5. Date: 4 Mar 1996 11:03:23 GMT
  6. Organization: DFW Internet Services - DFWNet: 800-2-DFWNet
  7. Message-ID: <4heilr$1fr@fnord.dfw.net>
  8. References: <001163l.825915262@dragon> <4hecsk$cdi@moody.mchh.siemens.de>
  9. NNTP-Posting-Host: dfw.dfw.net
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Ronald Fischer (ronald.fischer@uebemc.siemens.de) wrote:
  13. : 001163l@dragon.acadiau.ca (Timothy Lee) wrote:
  14. : >HI,
  15. : >
  16. : >    I am looking for a function in c++ which same as the INKEY$ in BASIC.
  17. : >I have tried the kbhit() function, but this function won't reset. I want a
  18. : >function can keep track whether any key is hitting. 
  19. : >
  20. : >
  21. : >Thanks you
  22. : >Timothy Lee
  23. Try the bioskey() functions or write a KB ISR , essentially a keyboard 
  24. driver.
  25.  
  26.